home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libimage-exiftool-perl / xmp2exif.args < prev    next >
Encoding:
Text File  |  2009-01-21  |  1.2 KB  |  33 lines

  1. #
  2. # File:         xmp2exif.args
  3. #
  4. # Description:  Tag name translations for converting XMP to EXIF
  5. #
  6. # Usage:        exiftool -tagsFromFile SRCFILE -@ xmp2exif.args DSTFILE
  7. #
  8. # Revisions:    2009/01/20 - P. Harvey Created
  9. #
  10. # Notes:        The first argument copies the bulk of the EXIF and GPS
  11. #               information, and the remaining arguments handle the tags
  12. #               which have different names and/or formats in XMP and EXIF.
  13. #
  14. # References:   http://www.metadataworkinggroup.org/specs/
  15. #
  16. -EXIF:all < XMP:all
  17. -EXIF:ImageDescription < XMP-dc:Description
  18. -EXIF:DateTimeOriginal < XMP-photoshop:DateCreated
  19. # magically extracts sub-seconds from date/time value if available
  20. -EXIF:SubSecTimeOriginal < XMP-photoshop:DateCreated
  21. #-EXIF:CreateDate < XMP-xmp:CreateDate (handled by mass copy)
  22. -EXIF:SubSecTimeDigitized < XMP-xmp:CreateDate
  23. #-EXIF:ModifyDate < XMP-xmp:ModifyDate (handled by mass copy)
  24. -EXIF:SubSecTime < XMP-xmp:ModifyDate
  25. -EXIF:Copyright < XMP-dc:Rights
  26. -EXIF:Artist < XMP-dc:Creator
  27. # generate GPS tags which have been combined into other XMP tags
  28. -GPS:GPSLatitudeRef < Composite:GPSLatitudeRef
  29. -GPS:GPSLongitudeRef < Composite:GPSLongitudeRef
  30. -GPS:GPSDatestamp < XMP-exif:GPSDateTime
  31. -GPS:GPSTimestamp < XMP-exif:GPSDateTime
  32. # end
  33.